home *** CD-ROM | disk | FTP | other *** search
/ Freelog 121 / FreelogMagazineJuilletAout2014-No121.iso / Outils / Adobe-Air / adobe-air_13.exe / [0] / setup.swf / scripts / mx / resources / IResourceBundle.as next >
Text File  |  2014-03-27  |  232b  |  14 lines

  1. package mx.resources
  2. {
  3.    public interface IResourceBundle
  4.    {
  5.        
  6.       
  7.       function get content() : Object;
  8.       
  9.       function get locale() : String;
  10.       
  11.       function get bundleName() : String;
  12.    }
  13. }
  14.